home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / danix201.zip / CP.1 < prev    next >
Text File  |  1993-05-28  |  654b  |  27 lines

  1. CP(1)                Danix Utilities                CP(1)
  2.  
  3. NAME
  4.     cp - copy files and directories
  5.  
  6. SYNOPSIS
  7.     cp [-ipv] file1 file2
  8.        [-iprv] file1 ... filen dir
  9.  
  10. DESCRIPTION
  11.     cp copies the given files and directories. By default, the
  12.     user will be prompted to overwrite files which are read-only.
  13.  
  14.     -i interactive control.  Prompt user to copy each file.
  15.  
  16.     -p preserve the timestamp on files.
  17.  
  18.     -r recursively copy the given directories.
  19.  
  20.     -v verbose.  Print the name of each file or directory being
  21.        copied.
  22.  
  23. BUGS
  24.     recursive copies with a destination which is a subdirectory
  25.     of the source will result in infinite recursion which fills
  26.     the disk.
  27.